stubdom: Add autoconf
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:47 +0000 (10:55 +0000)
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>
Fri, 18 Jan 2013 10:55:47 +0000 (10:55 +0000)
commit1f44053686221af63cca7be601d74c835777d89b
tree27d24907804e6e78e16f8a2757c1b88a74c12883
parente627fcdae7b08d3ec7b04284bd3f5f7ae277f4f5
stubdom: Add autoconf

Stub domains now use autoconf to build.
This configure script can enable or disable specific domains
and also specify custom download locations for stubdom library
packages. See ./configure --help for details.

C and Caml are disabled by default. vtpm-stubdom is conditional
on the presense of cmake.

Rename vtpmmgrdom to vtpmmgr-stubdom

Also update .*ignore

Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
40 files changed:
.gitignore
.hgignore
autogen.sh
config/Stubdom.mk.in [new file with mode: 0644]
docs/misc/vtpm.txt
m4/curses.m4 [new file with mode: 0644]
m4/depends.m4 [new file with mode: 0644]
m4/extfs.m4 [new file with mode: 0644]
m4/features.m4 [new file with mode: 0644]
m4/fetcher.m4 [new file with mode: 0644]
m4/ocaml.m4 [new file with mode: 0644]
m4/path_or_fail.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
m4/pthread.m4 [new file with mode: 0644]
m4/ptyfuncs.m4 [new file with mode: 0644]
m4/python_devel.m4 [new file with mode: 0644]
m4/python_version.m4 [new file with mode: 0644]
m4/savevar.m4 [new file with mode: 0644]
m4/set_cflags_ldflags.m4 [new file with mode: 0644]
m4/stubdom.m4 [new file with mode: 0644]
m4/uuid.m4 [new file with mode: 0644]
stubdom/Makefile
stubdom/configure [new file with mode: 0755]
stubdom/configure.ac [new file with mode: 0644]
stubdom/vtpmmgr/README
tools/configure.ac
tools/m4/curses.m4 [deleted file]
tools/m4/extfs.m4 [deleted file]
tools/m4/features.m4 [deleted file]
tools/m4/fetcher.m4 [deleted file]
tools/m4/ocaml.m4 [deleted file]
tools/m4/path_or_fail.m4 [deleted file]
tools/m4/pkg.m4 [deleted file]
tools/m4/pthread.m4 [deleted file]
tools/m4/ptyfuncs.m4 [deleted file]
tools/m4/python_devel.m4 [deleted file]
tools/m4/python_version.m4 [deleted file]
tools/m4/savevar.m4 [deleted file]
tools/m4/set_cflags_ldflags.m4 [deleted file]
tools/m4/uuid.m4 [deleted file]